home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRULE / TFRULE.txt
Text File  |  2006-04-19  |  2KB  |  83 lines

  1. object fRule: TfRule
  2.   Left = 341
  3.   Top = 102
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Enter URL'
  7.   ClientHeight = 160
  8.   ClientWidth = 347
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblKeyword: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 51
  24.     Height = 13
  25.     Caption = 'lblKeyword'
  26.   end
  27.   object lblStatement: TLabel
  28.     Left = 8
  29.     Top = 56
  30.     Width = 58
  31.     Height = 13
  32.     Caption = 'lblStatement'
  33.   end
  34.   object cmbKeyword: TComboBox
  35.     Left = 8
  36.     Top = 23
  37.     Width = 241
  38.     Height = 21
  39.     Style = csDropDownList
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnClick = cmbKeywordClick
  43.     Items.Strings = (
  44.       '@charset'
  45.       '@import'
  46.       '@media'
  47.       '@page'
  48.       '@fontdef'
  49.       '@font-face')
  50.   end
  51.   object mmStatement: TMemo
  52.     Left = 8
  53.     Top = 71
  54.     Width = 241
  55.     Height = 81
  56.     TabOrder = 1
  57.     OnChange = mmStatementChange
  58.   end
  59.   object btnOk: TButton
  60.     Left = 270
  61.     Top = 23
  62.     Width = 72
  63.     Height = 22
  64.     HelpContext = 49
  65.     Caption = 'Ok'
  66.     Default = True
  67.     Enabled = False
  68.     ModalResult = 1
  69.     TabOrder = 2
  70.   end
  71.   object btnCancel: TButton
  72.     Left = 270
  73.     Top = 51
  74.     Width = 72
  75.     Height = 22
  76.     HelpContext = 44
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 3
  81.   end
  82. end
  83.